home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / switcher.dir / 00006_Script_6 < prev    next >
Text File  |  2001-01-26  |  342b  |  18 lines

  1. Global gTargetMovie, gTargetFrame,gDispatcher
  2.  
  3.  
  4. on exitFrame
  5.   if voidp(gTargetFrame) then
  6.     gDispatcher.goto("splash","intro")
  7.   else
  8.     repeat with x in[20,21,22,23,24,25,26,27,28,29,30]
  9.       if rollover(x) then
  10.         roll x
  11.       else
  12.         unroll x
  13.       end if
  14.     end repeat
  15.     
  16.     go the frame
  17.     end if
  18. end